﻿

/*****************************banner部分***********************************/
.bannerContainer {
    height: 305px;
    border: 0px solid green;
    position: relative;
    min-width: 1004px;
    margin-top: 20px;
    max-width: 100%;
    overflow: hidden;
}

    .bannerContainer .sliderBar {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -980px;
    }

    .bannerContainer .inner {
        width: 1004px;
        margin: auto;
        padding-top: 4px;
    }

    .bannerContainer .leftDiv {
        height: 285px;
        width: 338px;
        border: 0px solid red;
        position: relative;
    }

    .bannerContainer .backDiv {
        height: 285px;
        width: 338px;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #e3e3e3;
        opacity: 0.7;
        filter: alpha(opacity=70);
        border-radius: 5px;
        border: 1px solid white;
        z-index: 0;
    }

    .bannerContainer .upDiv {
        height: 285px;
        width: 338px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        .bannerContainer .upDiv .text {
            width: 235px;
            margin: auto;
            margin-top: 70px;
        }

    .bannerContainer .btn {
        display: block;
        width: 268px;
        height: 50px;
        background: url(../images/index2/index2.png) no-repeat -0px -270px;
        margin-left: 33px;
        margin-top: 23px;
        transition: all ease .3s;
    }

        .bannerContainer .btn:hover {
            opacity: 0.9;
            transform: translate(5px,0px);
        }


/**banner测评样式重写**/
.bannerContainer .newleft{
    position:absolute;
}
    .bannerContainer .newupDiv {
        width: 300px;
        margin:0px 20px;
        padding-bottom:18px;
        border-bottom:1px solid #B5B5B5;
    }
    .bannerContainer .newupDiv .fl01{
        margin-top:26px;
        text-align:center;
    }
   .bannerContainer .fl02{
       text-align:center;
       margin-top:10px;       
   }
   .bannerContainer .fl02 .item{
       margin:auto;
       /*width:122px;*/
       height:30px;
       /*background:#fff;*/
       line-height:30px;
       /*cursor:pointer;*/
       margin-top:5px;
   }
   .bannerContainer .fl02 .it_bigmenu{
       padding-left:20px;
       width:122px;
       background:#fff;
       cursor:pointer;
       margin:auto;
   }
   .bannerContainer .fl02 .it_bigmenu>span{
       float:right;
       padding-right:20px;
   }
   .bannerContainer .fl02 .it_bigmenu:hover{
       background:#FFD9E6;
   }
    .bannerContainer .newdownDiv {
        bottom: 0px;
        border-top: 1px solid #fff;
        width: 300px;
        margin: 0px 20px;
    }
    .bannerContainer .newdownDiv>div{
        text-align:center;
    }
        .bannerContainer .newdownDiv p {
            font-size: 14px;
            color: #054f81;
            text-align: center;
            line-height:35px;
        }
    .bannerContainer .it_smallmenu {
        display:none;
        position: relative;
        margin-left: 230px;
        top: -30px;
    }
.it_smallmenu .arrowLeft {
    border-top: 4px solid transparent;
    border-left: 2px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 4px solid transparent;
    width: 0px;
    height: 0px;
    position: absolute;
    left:-10px;
    top:10px;
}
.is_menu{
    padding:0px 5px;
    background:#fff;
}
.is_menu_one{
    border-bottom:1px dashed #DEDEDE;
}

.bannerContainer .usaupDiv{
    position:absolute;
}
    .bannerContainer .ussaupDivTop {
        width: 300px;
        margin:0 20px;
        border-bottom:1px solid #fff;
        padding:5px;
    }
    .bannerContainer .ussaupDivTop p{
        font-size:18px;
        font-weight:bold;
        color:#a51c30;
        padding-top:8px;
    }
    .bannerContainer .ussaupDivTop a{
        font-size:14px;
       padding-right:10px;
        color:#00233d;
    }
    .bannerContainer .ussaupDivTop a:hover{
        color:#1284d2;
    }
.bannerContainer .usaupDiv .btn {
    display: block;
    width: 175px;
    height: 33px;
    background: url(../Images/Home/usahome_01.png) no-repeat;
    margin-left: 87px;
    margin-top: 10px;
    transition: all ease .3s;
}

    /**喜讯公告**/
.goodNews {
    width: 1004px;
    margin: auto;
    height: 30px;
    line-height: 30px;
    margin-top: 2px;
    border: 1px solid #d6d6d6;
    background: white;
}
    .goodNews .icon {
         background: url(../images/index2/index2.png) no-repeat -0px -30px;
         width:30px;
         height:30px;
         margin-left:14px;
    }
    .goodNews .line {
        float:left;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
        width:290px;
        margin-left:15px;
        margin-right:15px;
        color:red;
    }
        .goodNews .line a
        {
            color:red;
            text-decoration:underline;
        }
    .goodNews .right {
        width:960px;
        height:30px;
        overflow:hidden;
    }
/***************首页样式*********************/
.contentMain .circle {
    font-size: 15px;
}

.contentMain .line {
    height: 0px;
    border-top: 1px dashed #D3D3D3;
}

.contentMain .titleDiv {
    padding-top: 5px;
    height: 30px;
    line-height: 25px;
    border:0px solid red;
}

.contentMain .titleDiv .titleIcon {
    border: 0px solid red;
    width: 30px;
    height: 25px;
    float: left;
    margin-right: 2px;
}

.contentMain .titleDiv .titleText {
    font-size: 16px;
    font-weight: normal;
    float: left;
    color: #444444;
    letter-spacing:1px;
}

.contentMain .viewMore {
    display: inline-block;
    float: right;
    color: #A6A6A6;
    letter-spacing: 1px;
    margin-right: 2px;
    line-height:30px;
    font-size:12px;
    font-family:Arial;
}

    .contentMain .viewMore:hover {
        color: #1284d2;
        text-decoration: underline;
    }

/*******公共样式********/
.contentMain .block {
}

.conOne .block {
    float: left;
}

    .conOne .inner {
        height: 230px;
    }

.block .inner {
    border: 1px solid #d6d6d6;
    background: white;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
}
.blockLeft {
    width: 280px;
    margin-right: 15px;
}

.blockCenter {
    width: 382px;
    margin-right: 15px;
}

.blockRight {
    width: 308px;
}

/**************************************************问答、咨询、互动专题************************************************/

.conOne {
    margin-top: 10px;
}
/*问答*/
.question {
}

    .question .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -28px -32px;
    }
    .question .item {
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .question .inner {
        padding: 15px;
        height: 200px;
    }

/*公司咨询*/
.detial {
    color:#054F81;
}
.company {
}
    .company .inner {
        padding:15px;
        height:200px;
    }

    .company img {
        width: 106px;
        height: 62px;
    }

    .company .lineTop .right {
        width: 230px;
    }

    .company .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .company .title a {
            color: #2E2E2E;
            font-size: 14px;
        }

            .company .title a:hover {
                color: #1284d2;
            }

    .company .summary {
        font-size: 12px;
        font-family: 宋体,Arial;
        line-height: 20px;
        color: #909090;
    }

    .company .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -60px -32px;
    }

    .company .lineOne {
        height: 27px;
        line-height: 27px;
        padding:0px 3px;
    }

        .company .lineOne .lineLeft {
            max-width: 260px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
        }

        .company .lineOne .lineRight {
            width: 70px;
            float: right;
            font-size: 12px;
            color: #909090;
        }
    .company .verticalLine {
        border-left: 2px solid #888888;
        height: 18px;
        float: left;
        margin: 0px 15px;
        margin-top: 4px;
    }
    .company .titleDiv .active a {
        color: #1284d2;
    }


/*****问答--资料下载*****/
.question {
}
.question .verticalLine {
        border-left: 2px solid #888888;
        height: 18px;
        float: left;
        margin: 0px 15px;
        margin-top:4px;
    }
.question .zlInner a {
    display: block;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    margin-right: 3px;
}
.question .downCount {
    float: left;
    width: 55px;
}
.question .downCount .dc_ico {
    width: 15px;
    height: 21px;
    background: url(http://diy.weilanliuxue.cn/Content/Images/index/index2.png) no-repeat -478px -35px;
    display: block;
    float: left;
    margin-right: 5px;
}
.question .titleDiv .active a{
        color:#1284d2;
    }

/*活动----专题*/
.activity {
}

    .activity .verticalLine {
        border-left: 2px solid #888888;
        height: 18px;
        float: left;
        margin: 0px 15px;
        margin-top:4px;
    }

    .activity .inner {
        padding: 15px 17px;
        height: 200px;
    }
    .activity .titleDiv .active a{
        color:#1284d2;
    }
    .activity .titleText {
        cursor:pointer;
    }
    .activity .lineTop {
        height: 58px;
        padding-top:5px;
        padding-bottom:4px;
        padding-left:5px;
        border-bottom: 1px dashed #D5D5D5;
        /*margin-bottom: 2px;*/
      
    }
        .activity .lineTop:hover {
            background:#EDEDED;
        }

        .activity .lineTop .title {
            color: #2E2E2E;
            font-size: 14px;
        }

            .activity .lineTop .title:hover {
                color: #1284d2;
            }

        .activity .lineTop img {
            width: 100px;
            height: 57px;
        }
            .activity .lineTop img:hover {
                opacity:0.9;
            }
        .activity .lineTop .right {
            width: 160px;
        }

    .activity .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -88px -32px;
    }

    .activity .lineOne {
        height: 27px;
        line-height: 27px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0px 3px;
    }

/**************************************************专业库、学校库、案例************************************************/
.conTwo {
    margin-top:10px;
}
.conTwo .block {
    float: left;
}

.conTwo .inner {
    height: 180px;
}

/*专业库*/
.major {
}

    .major .inner {
        padding: 15px;
        height: 152px;
        padding-left: 15px;
    }

    .major .innerList {
        border: 0px solid red;
        margin-left: -17px;
        margin-top: 5px;
    }

    .major .item {
        background-color: #EEEEEE;
        width: 100px;
        height: 26px;
        line-height: 25px;
        float: left;
        padding: 0px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        margin-left: 20px;
        margin-bottom: 12px;
    }

        .major .item:hover {
            background-color: #1284D2;
            color: white;
        }

    .major .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -180px -32px;
    }

    .major .classBtn {
        display: inline-block;
        padding: 2px 10px;
        background-color: #EEEEEE;
    }

    .major .text {
        white-space: nowrap;
        overflow: hidden;
        margin: 5px 0px;
    }

        .major .text .item {
            display: inline-block;
            float: left;
            margin-left: 5px;
            margin-right: 10px;
        }



/*学校库*/
.school {
}


    .school .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -150px -32px;
    }

    .school .parentDiv {
        background-color: #E7F6FF;
        height: 33px;
        line-height: 32px;
        padding: 0px 30px;
    }

        .school .parentDiv .item {
            width: 102px;
            text-align: center;
            color: #0E4C8B;
            float: left;
            cursor: pointer;
        }

        .school .parentDiv .count4 {
            width: 80px;
        }

        .school .parentDiv .active {
            background-color: #1284D2;
            color: white;
        }

    .school .childPanel {
        border: 0px solid red;
        margin-left: 7px;
        margin-top: 10px;
        width: 370px;
        display: none;
    }

    .school .active {
        display: block;
    }
        .school .childPanel .item {
            width: 116px;
            float: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            height: 30px;
            line-height: 29px;
            margin-left: 5px;
        }
/*案例*/

.case {
}

    .case .verticalLine {
        border-left: 2px solid #888888;
        height: 18px;
        float: left;
        margin: 0px 15px;
        margin-top: 4px;
    }
    .case .titleDiv .active a{
        color:#1284d2;
    }
    .case .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -240px -32px;
    }

    .case .inner {
        padding: 10px 20px;
        height: 160px;
    }

    .case .lineTop {
    }

        .case .lineTop img {
            width: 85px;
            height: 60px;
        }

        .case .lineTop .right {
            width: 162px;
        }

    .case .item {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 30px;
    }
    .timeList{
        width:60px;
        height:22px;
        background-color:#FFD9E6;
        float:left;
        margin:8px 8px 10px 0px;
        text-align:center;
        cursor:pointer;
    }
    .timeList:hover{
        background-color:#FF6699;
        color:#fff;                
    }
    .t_right{
        margin-right:0px;
    }

.xibaoList {
    width:125px;
    display: block;
    height: 22px;
    background-color: #E7F6FF;
    float: left;
    margin: 8px 8px 10px 0px;
    text-align: center;
    cursor: pointer;
}
    .xibaoList:hover{
        background-color:#1284D2;
        color:#fff;                
    }
/**************************************************找顾问、找前辈、找校代************************************************/
.specialist {
    margin-top: 10px;
}
    .specialist .titleDiv .active a{
        color:#1284D2;
        cursor:pointer;
    }
    .specialist .verticleLine {
        border-left:2px solid #888888;
        float:left;
        width:0px;
        height:18px;
        margin:0px 18px;
        margin-top:4px;
    }
    .specialist .inner {
        height: 218px;
    }

    .specialist .sliderBar {
        margin-top: 25px;
    }


.specialist .titleIcon {
    background: url(../images/index2/index2.png) no-repeat -210px -32px;
}

    .specialist .personItem {
        width: 145px;
        float: left;
        margin-right: 16px;
        cursor: pointer;
    }

    .specialist .personItemRight {
        margin-right: 0px;
    }

    .specialist .personItem .topImg {
        width: 143px;
        height: 145px;
        border: 1px solid #E8E6E6;
    }

    .specialist .personItem .text {
        text-align: center;
        height: 30px;
        line-height: 30px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

/**************************************************选择产品************************************************/
.market {
    width:1004px;
    margin-top:15px;
    float:none;
}
    .market .titleDiv {
        border-bottom: 1px solid #1284D2;
    }

    .market .classDiv {
        height: 30px;
        line-height: 30px;
        margin-top:10px;
    }

        .market .classDiv .item {
            width: 112px;
            text-align: center;
            background-color: #E7F6FF;
            margin-right: 7px;
            float: left;
            position: relative;
            cursor: pointer;
        }

        .market .classDiv .arrow {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 6px solid #1284D2;
            border-bottom: 4px solid transparent;
            width: 0px;
            height: 0px;
            position: absolute;
            left: 50%;
            margin-left: -4px;
            bottom: -10px;
            display: none;
        }

        .market .classDiv .linkItem {
            display: inline-block;
            padding: 0px 8px;
            float: left;
        }

        .market .classDiv .vertialLine {
            border-left: 1px solid #888888;
            height: 14px;
            display: inline-block;
            margin-top: 8px;
            float: left;
        }

        .market .classDiv .active {
            background-color: #1284D2;
            color: white;
        }

    .market .active .arrow {
        display: block;
    }

/**************************************************网校************************************************/
.bannerTwo {
    margin-top: 20px;
}

/*网校*/
.network {
    width: 1004px;
    margin-top: 15px;
    min-height:340px;
}

    .network .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -270px -32px;
    }

    .network .titleDiv {
        border-bottom: 1px solid #1284D2;
    }

    .network .inner {
        padding: 15px 10px;
        background: white;
        display: none;
        border: 1px solid #d6d6d6;
        background: white;
        border-top: 0px;
        height:225px;
    }

    .network .active {
        display: block;
    }

    .network .classDiv {
        height: 38px;
        line-height: 37px;
        background-color: #E7F6FF;
        margin-top: 10px;
    }

        .network .classDiv .arrow {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-top: 6px solid #1284D2;
            width: 0px;
            height: 0px;
            bottom: -10px;
            left: 50%;
            margin-left: -4px;
            position: absolute;
            display: none;
        }

        .network .classDiv .classItem {
            width: 100px;
            text-align: center;
            float: left;
            position: relative;
            cursor: pointer;
        }

        .network .classDiv .active {
            background-color: #1284D2;
            color: white;
        }

            .network .classDiv .active .arrow {
                display: block;
            }

.network .item {
    width: 230px;
    height: 222px;
    float: left;
    /*padding-left: 3px;
    padding-right: 3px;*/
    margin-left: 1px;
    margin-right:15px;
}
    .network .item4 {
        margin-right:0px;
    }


    .network .item .topImg {
        width: 230px;
        height: 130px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .network .item .topImg img {
            width: 100%;
            height: 100%;
        }

    .network .item .title {
        width: 214px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 32px;
        line-height: 32px;
        text-indent: 3px;
    }

    .network .bottomDiv {
        height: 40px;
        line-height: 40px;
    }

.bottomImg img {
    width: 100%;
    height: 100%;
}

.network .bottomDiv .bottomImg {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 12px;
}

.network .bottomDiv .name {
    float: left;
}

.network .noneData {
    padding: 0px;
}
/**************************************************视点************************************************/

/*视点*/
.newViewPoint {
    width: 1004px;
    height: 155px;
    margin: auto;
    background: white;
    border: 1px solid #D6D6D6;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
    margin-top:25px;
}

    .newViewPoint .inner {
        padding: 25px 35px;
        z-index:10;
    }

    .newViewPoint .item {
        width: 165px;
        height: 100px;
        float: left;
        margin-right: 24px;
        border: 1px solid #D6D6D6;
        /*box-shadow: rgba(0,0,0,0.1) 0px 0px 3px;*/
        position: relative;
        color: #222222;
        transition:all linear 0.1s;
        -webkit-transition:all linear 0.1s;
    }

        .newViewPoint .item:hover {
            box-shadow: rgba(0,0,0,0.3) 2px 2px 10px;
            transform:translate(0px,-2px);
             -webkit-transform:translate(0px,-2px);
        }

    .newViewPoint .item1 {
        background: url(../images/ico/icoBigKorea.png) no-repeat 0px 0px;
    }

    .newViewPoint .item2 {
        background: url(../images/ico/icoBigKorea.png) no-repeat -180px 0px;
    }

    .newViewPoint .item3 {
        background: url(../images/ico/icoBigKorea.png) no-repeat -360px 0px;
    }
    .newViewPoint .item4 {
        background: url(../images/ico/icoBigKorea.png) no-repeat -540px 0px;
    }
    .newViewPoint .item5 {
         background: url(../images/ico/icoBigKorea.png) no-repeat -720px 0px;
        margin-right: 0px;
    }

    .newViewPoint .label {
        text-align: center;
        line-height: 30px;
        display: block;
        font-size: 14px;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

.viewPoint {
    width: 1004px;
    margin-top: 20px;
}

    .viewPoint .parentClass {
        background-color: #E7F6FF;
        height: 37px;
        line-height: 37px;
    }

        .viewPoint .parentClass .item {
            width: 107px;
            text-align: center;
            position: relative;
            float: left;
        }

        .viewPoint .parentClass .active a {
            color: #1284D2;
            font-size: 14px;
        }

        /*.viewPoint .parentClass .active {
                    background-color: #1284D2;
                }

            .viewPoint .parentClass .active a {
                color: white;
            }*/

.parentClass .item .arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #E7F6FF;
    border-bottom: 5px solid transparent;
    width: 0px;
    height: 0px;
    font-size: 0px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom:-11px;
    display: none;
}

.parentClass .active .arrow {
    display: block;
}

.viewPoint .childClass {
    width: 270px;
    margin: auto;
    border-bottom: 1px dashed #C2C2C2;
    height: 32px;
    line-height: 32px;
    padding: 0px 5px;
    overflow: hidden;
}

    .viewPoint .childClass .item {
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1px;
        margin-right: 8px;
        color: #888888;
    }

        .viewPoint .childClass .item a {
            color: #909090;
        }
    .viewPoint .childClass .classSel a{
        color: #1284d2;
    }
            .viewPoint .childClass .item a:hover {
                color: #1284d2;
            }
.viewPoint .innerListHide {
    display: none;
}
.viewPoint .innerList {
    width: 260px;
    margin: auto;
    padding: 8px 0px;
}

.viewPoint .lineOne {
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.viewPoint .lo_left {
    width:100px;
    /*height:56px;*/
}
.viewPoint .lo_right {
    padding:5px;
    width:145px;
    white-space:normal;
    line-height:22px;
}

/*.viewPoint .parentClass .active a{
    color: #054F81;
}*/

.viewPoint .blockItem {
    width: 323px;
    height: 235px;
    float: left;
    border: 1px solid #d6d6d6;
    border-top:1px solid #4189BB;
    background: white;
    overflow: hidden;
}

.viewPoint .center {
    margin-left: 14px;
    margin-right: 15px;
}

.viewPoint .inner {
    display: none;
}

.viewPoint .active {
    display: block;
}




/*友情链接*/
.friendLink {
    margin-top: 15px;
}

    .friendLink .titleIcon {
        background: url(../images/index2/index2.png) no-repeat -300px -32px;
    }

    .friendLink .block {
        padding: 12px 25px;
        background: white;
        border: 1px solid #D6D6D6;
        box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
        border-top: 1px solid #4189BB;
        min-height:32px;
    }

    .friendLink .item {
        display: inline-block;
        float: left;
        padding: 2px 4px;
        margin: 2px 6px;
    }



    /********流程图*******/
    .lcDiv{
        width:982px;
        border:1px solid #d6d6d6;
        border-top:1px solid #1284d2;
        background:#fff;
        margin-top:20px;
        overflow:hidden;
        padding:25px 10px 20px;
    }
    .lcDiv>div{
        float:left;
    }
        .lcDiv .lczx {
            width: 23px;
            height:30px;
            background: url('/content/Images/ico/lcico.png') no-repeat -392px -15px;
        }
    .lcDiv .item{
        width:88px;
    }
    .lcDiv .item .lcpic{
        width:43px;
        height:45px;
        text-align:center;
        margin:auto;
    }
    .lcDiv .item .lctxt{
        text-align:center;
        line-height:35px;
        font-size:14px;
        color:#444;
        font-weight:bold;
    }
    .lcDiv .item05 .lctxt,.lcDiv .item06 .lctxt{
        text-align:center;
        line-height:20px;
    }
    .lcDiv .item01 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -5px -15px;
    }
    .lcDiv .item02 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -45px -15px;
    }
    .lcDiv .item03 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -88px -15px;
    }
    .lcDiv .item04 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -135px -15px;
    }
    .lcDiv .item05 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -180px -15px;
    }
    .lcDiv .item06 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -216px -15px;
    }
    .lcDiv .item07 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -260px -15px;
    }
    .lcDiv .item08 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -300px -15px;
    }
    .lcDiv .item09 .lcpic{
       background: url('/content/Images/ico/lcico.png') no-repeat -340px -15px;
    }